Don't call GetVolumeInformation() for network drives. They might be
authorTor Lillqvist <tml@novell.com>
Sun, 23 Jan 2005 00:06:24 +0000 (00:06 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 23 Jan 2005 00:06:24 +0000 (00:06 +0000)
commit017f6ed28215b9a7ddff34c2b8b42d002a100213
treeaf928b2eb0ae4bad7f264e3d2034890b664f588f
parentf2b3c22d5c6fedcd29c6ba82a76a43e3d15b9ff7
Don't call GetVolumeInformation() for network drives. They might be

2005-01-23  Tor Lillqvist  <tml@novell.com>

* gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name):
Don't call GetVolumeInformation() for network drives. They might
be disconnected, and calling GetVolumeInformation() will then
cause long delays. (#164448) It seems to be very hard to reliably
find out whether a network drive is connected or not, so it's
easier to just not try getting the volume name for them. See the
bug report for discussion.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkfilesystemwin32.c